home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000163_news@columbia.edu _Fri Mar 31 04:35:06 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA06593
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 31 Mar 2000 04:35:06 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id EAA28285
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 31 Mar 2000 04:11:24 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Laurent Serrurier <serrurier@univ-savoie.fr>
  10. Subject: Re: [newbie] Terminal ?
  11. Date: Fri, 31 Mar 2000 11:07:54 +0200
  12. Organization: C.I.C.G. , Grenoble
  13. Message-ID: <38E46AEA.49ED445A@univ-savoie.fr>
  14. To: kermit.misc@columbia.edu
  15.  
  16. >
  17. > :
  18. > As noted in the manual:
  19. >
  20. >   http://www.columbia.edu/kermit/ck60manual.html
  21. >
  22. > you run Kermit from anywhere you can see a shell prompt: the Linux console,
  23. > an xterm window, a Telnet session, etc etc.
  24. >
  25. > - Frank
  26.  
  27. by now, I managed to :
  28. run kermit from xterm,
  29. type in set line ttyS0 (com 1)
  30. type Connect.
  31.  
  32. after this , I get an empty window. I can't see commands I type in, neither any
  33. response from receiver.
  34. is there any misconfiguration ?
  35. what I would like is : typing my command on my PC, send it , and see the
  36. receiver response.
  37. I would like to test  if kermit meets my purposes before buying the manual in
  38. order to write scripts
  39.  
  40. thanks a lot
  41.